home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / apps / ibrowse / README < prev   
Text File  |  1994-08-01  |  2KB  |  38 lines

  1.  
  2.  
  3.  
  4.                  ~4Dgifts/toolbox/src/apps/ibrowse README 
  5.  
  6.  
  7.     This directory contains source and executables for "ibrowse", a simple 
  8.     image file browser, version 1.2.2.
  9.  
  10.  
  11.     "ibrowse" lets the user view all the images in a directory as postage-
  12.     stamp sized icons in a scrollable window.  Moving the cursor over an 
  13.     icon displays information about that file.  Double-clicking on an icon 
  14.     will display the image at full size.  A simple pop-up menu allows 
  15.     navigating through different directories of the file system.
  16.  
  17.     After iconifying the images for the first time, ibrowse saves the icons 
  18.     and file information in two files, .ibrowse_dir and .ibrowse_icon, in 
  19.     each directory.  The next time the directory is browsed, the icons are 
  20.     displayed very quickly.
  21.  
  22.     The action ibrowse takes when an icon is double-clicked can be easily 
  23.     customized, making ibrowse a very flexible tool.  Read ibrowse.doc for 
  24.     more information.  The script "open_script" is an example of one such 
  25.     complex action.
  26.  
  27.     ibrowse is easily extensible to handle several different image formats.  
  28.     The executable "ibrowse" in this directory recognizes SGI (Haeberli) 
  29.     format .rgb and colorindex images.  "ibrowse.il" also recognizes 
  30.     ImageLib format images, which includes the TIFF and FIT formats.  The 
  31.     source for these executables, as well as more detailed documentation, 
  32.     is in the directory "src".
  33.  
  34.  
  35.     Tim Heidmann, Silicon Graphics
  36.  
  37.     January 1994
  38.